projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d986f7
)
styleproperty: register the box-shadow property
author
Cosimo Cecchi
<cosimoc@gnome.org>
Thu, 2 Jun 2011 00:59:14 +0000
(20:59 -0400)
committer
Benjamin Otte
<otte@redhat.com>
Sat, 11 Jun 2011 07:29:43 +0000
(09:29 +0200)
gtk/gtkstyleproperty.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstyleproperty.c
b/gtk/gtkstyleproperty.c
index ce2f4e1fafed15186839f783216c34ff1bf7e6de..17415eb77d3def45db6a8f9a6d1313daa2f124aa 100644
(file)
--- a/
gtk/gtkstyleproperty.c
+++ b/
gtk/gtkstyleproperty.c
@@
-2064,6
+2064,11
@@
gtk_style_property_init (void)
NULL,
NULL);
+ gtk_style_properties_register_property (NULL,
+ g_param_spec_boxed ("box-shadow",
+ "Box shadow",
+ "Box shadow",
+ GTK_TYPE_SHADOW, 0));
gtk_style_properties_register_property (NULL,
g_param_spec_int ("margin-top",
"margin top",